projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dabd27
)
Only search netrc in the netrc tests
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 21 Sep 2021 03:28:40 +0000
(
05:28
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 21 Sep 2021 03:28:45 +0000
(
05:28
+0200)
* test/lisp/auth-source-tests.el
(auth-source-test-netrc-create-secret): Only search netrc.
test/lisp/auth-source-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/auth-source-tests.el
b/test/lisp/auth-source-tests.el
index 226bb69c46358c240ad4f5a85ec513f996cb3582..438f6ebbed11dc5d74074dc2db94c81706db109c 100644
(file)
--- a/
test/lisp/auth-source-tests.el
+++ b/
test/lisp/auth-source-tests.el
@@
-376,7
+376,8
@@
(md5 (concat (prin1-to-string process-environment) passwd))
auth-info
(car (auth-source-search
- :max 1 :host host :require '(:user :secret) :create t))
+ :max 1 :host host :require '(:user :secret) :create t
+ :type 'netrc))
auth-passwd (plist-get auth-info :secret)
auth-passwd (if (functionp auth-passwd)
(funcall auth-passwd)